home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000057_news@newsmaster….columbia.edu _Fri Jul 11 15:15:07 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA12119
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 11 Jul 1997 15:15:06 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA03276
  7.     for kermit.misc@watsun; Fri, 11 Jul 1997 15:15:05 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!www.nntp.primenet.com!globalcenter1!news.primenet.com!MIX.COM!sluggy
  9. From: billy@mix.com
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: PC ---> PDP-11 micro/RSX problems
  12. Date: 11 Jul 1997 12:11:00 -0700
  13. Organization: Billy's Place
  14. Lines: 33
  15. Message-ID: <5q60g4$h42@nntp02.primenet.com>
  16. References: <33C62D2E.67B4@bristol.ac.uk>
  17. X-Posted-By: billy@206.165.5.102 (billy)
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7316
  19.  
  20. k.r.hallam@bristol.ac.uk writes:
  21.  
  22. > Does anyone have any knowledge about using KERMIT-11 (k11pos T3.50, 2nd.
  23. > April 1986 (long packet support - whatever that means!),  under
  24. > micro/RSX 
  25.  
  26. This is a somewhat older version of Kermit-11 - it may be the newer one
  27. (T3.60) will do better here.  This is available by anonymous ftp from
  28. kermit.columbia.edu in the kermit/b directory.  If getting it on to the
  29. PDP-11 is a problem you may need to transfer and then decode a hex
  30. encoded version of the K11 image.  Instructions for doing this are in
  31. a file in the same directory named krthex.mac - this concerns RT-11 so
  32. you'll need to determine how to get PIP (a utility program) to accept
  33. input from the terminal (a rather minor detail).  The hex encoded images
  34. have the file extension .hex - also k11pos is I believe for the Pro-300
  35. series of PC-type systems DEC built in the mid-1980s so it may be some
  36. other assembly of Kermit-11 would do better on a real PDP-11.
  37.  
  38. I've been maintaining and updating the RT-11 version of this for some
  39. years now and recall various comments in the code regarding problems
  40. with things in RSX changing as new versions of that were released.
  41. You'll likely be able to find some people familiar with RSX in the
  42. alt.sys.pdp11 and vmsnet.pdp-11 newsgroups.  In particular Johnny
  43. Billquist at Upsala University in Sweeden may be familiar with what
  44. will run properly in this case, or know what is necessary to fix it.
  45.  
  46. Long packet support means this Kermit is capable of using packets
  47. greater than 94 bytes long.  I beleive the upper limit in the version
  48. you have is 600 bytes.  This isn't much by today's standards but every
  49. little bit helps.  To enable use of long packets on Kermit-11 you'll
  50. need to SET RECEIVE PACKET-LENGTH 600.
  51.  
  52. Billy Y..